home *** CD-ROM | disk | FTP | other *** search
- Path: digex.net!not-for-mail
- From: johne@cpcug.org (John Emmerling)
- Newsgroups: comp.lang.c++
- Subject: Rogue Wave: assign RWCSubString to RWCString (how does it work?)
- Date: 8 Apr 1996 19:10:45 -0400
- Organization: Capital PC User Group, Inc., Rockville, Maryland, USA
- Message-ID: <4kc6dl$d58@cpcug.org>
- NNTP-Posting-Host: cpcug.org
-
- In Rogue Wave's documentation of the RWCTokenizer class there is an
- example of using the "()" operator which returns an RWCSubString. The
- return value is stored in an RWCString. Yes the code example works,
- however I am at a loss to understand how.
-
- I can't find any "=" operator, type conversion, etc. that would support
- assigning an RWCSubString to an RWCString. I have noticed that subclasses
- of RWCString do not inherit this ability i.e. you can't assign an
- RWCSubString to an instance one of these.
-
- Admittedly this is not a life-or-death issue but golly it has me stumped!
-
- Regards,
- --
- John Emmerling
-
-